SftTree/OCX 7.0

SftTree.DropHighlightColor Property

Softel vdm, Inc.

Defines the color used to display the drop target item of a drag & drop operation.

Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightColor instead

Syntax       

Get

VB.NET

Clr = object.DropHighlightColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.DropHighlightColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.DropHighlightColor;

VC++

OLE_COLOR Clr = object->DropHighlightColor;
OLE_COLOR Clr = object->GetDropHighlightColor();

C

HRESULT object->get_DropHighlightColor(OLE_COLOR* Clr);

Delphi

Clr := object.DropHighlightColor  : TColor;

Put

VB.NET

object.DropHighlightColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.DropHighlightColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.DropHighlightColor = Clr;

VC++

OLE_COLOR object->DropHighlightColor = Clr;
void object->PutDropHighlightColor(OLE_COLOR Clr);

C

HRESULT object->put_DropHighlightColor(OLE_COLOR Clr);

Delphi

object.DropHighlightColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to display the drop target item of a drag & drop operation.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.DropHighlightColor instead

The DropHighlightColor property defines the color used to display the drop target item of a drag & drop operation.

The drop target is displayed using Clr based on the Items.DropHighlightStyle and Items.DropHighlight properties.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com